home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcbll097.zip / PCBCALL.HIS < prev    next >
Text File  |  1992-08-01  |  3KB  |  63 lines

  1. PCBCALL Update History Versions
  2. ===================================================
  3.  
  4. 0.90ß - 12 Dec 91
  5.       - Original.  
  6.       - Released to only a few Sysops for testing purposes.
  7.  
  8. 0.91ß - 20 Dec 91
  9.       - Provided a screen that told the user what the program was doing.
  10.       - Released to only a few Sysops for testing purposes.
  11.  
  12. 0.92ß - 20 Jan 92
  13.       - First wide-area beta test release.
  14.       - Cleaned up the screen information.
  15.       - Added a new line (line 2) to the configuration file, this line
  16.         would allow the user to create a new (different) output file.
  17.         This would solve the problem for those Sysops running more than
  18.         one node and when using SHARE.EXE which prevented PCBCALL from
  19.         updating the input file.
  20.       - Increased the internal memory buffers to 32k to speed up the
  21.         file copy process.
  22.  
  23. 0.93ß - 29 Jan 92
  24.       - Fixed a problem when deleting user(s) names when systems 
  25.         allowed users to have single word names.  There was the
  26.         possibility that the user's name could also be the name of a
  27.         message conference.  This would confuse PCBCALL and it would
  28.         delete the last part of that user's log entry.
  29.  
  30. 0.94ß - 15 Feb 92
  31.       - Rewrote the routines to remove user(s) names.  This will
  32.         speed up the process if there is more than one entry to be
  33.         searched for and removed.
  34.       - Cleaner screen output for the latest changes.  
  35.       - Inserted code routines to output the current status of each 
  36.         name that is removed.
  37.  
  38. 0.95ß - 10 Jun 92
  39.       - Complete rewrite of the program in Borland C++ 3.0 with
  40.         assembly routines.  This increased the overall speed of the
  41.         program by 50-400%.
  42.       - Fixed many bugs that were discovered while translating the code.
  43.       - Added a few colorful screens for your visual enjoyment.
  44.       - Set a maximum number of 30 for the name removals.
  45.       - You are now not limited to searching for just names.  Any 
  46.         entry that is on the first line of the caller's log can be
  47.         scanned for/deleted.
  48.  
  49. 0.96ß - 22 Jun 92
  50.       - Corrected a bug that did not always write the proper number of
  51.         characters back out to the caller log.  This could start to 
  52.         trash the file under certain circumstances.
  53.  
  54. 0.97ß - 1 Aug 92
  55.       - Added a conditional delete parameter with a built in time out
  56.         so the program would not hang if you were away from the system.
  57.         Just enter an  @  symbol in from the name/town or what ever
  58.         you were looking at deleting.  --->  @john doe
  59.       - Discovered that if more than one name was to be deleted, and
  60.         the first name was say 15 characters long, and the second was
  61.         only 12 characters long, those last 3 characters from the first
  62.         name would be appended to the second name.
  63.